From: Josef Schlehofer Date: Thu, 25 Sep 2025 21:46:44 +0000 (+0200) Subject: syslog-ng: add runtime test X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=9da18e3229faf99c39cfa4bf835c795e4fd7c964;p=feed%2Fpackages.git syslog-ng: add runtime test It adds a runtime test to verify that the compiled binary in CI/CD runs without segfault and prints the version. Signed-off-by: Josef Schlehofer (cherry picked from commit 971a2164f598cb6976846ac9f932283cd636e387) --- diff --git a/admin/syslog-ng/test.sh b/admin/syslog-ng/test.sh new file mode 100644 index 0000000000..190967ce96 --- /dev/null +++ b/admin/syslog-ng/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +syslog-ng --version | grep "$2"